home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / Guru / cnetdevice / cnetdevice.readme < prev    next >
Encoding:
Text File  |  1999-10-01  |  805 b   |  25 lines

  1. Short:    PCMCIA Network Card driver. V1.1
  2. Author:   bhabbott@inhb.co.nz (Bruce Abbott)
  3. Uploader: bhabbott@inhb.co.nz (Bruce Abbott)
  4. Version:  1.1
  5. Type:     hard/drivr
  6. Replaces: hard/drivr/cnetdevice.lha
  7.  
  8. An experimental PCMCIA network card driver for the Amiga 1200.
  9. This one works with the CNet CN40BC PC-CARD and others. Full
  10. source code in assembler is included.
  11.  
  12. New for V1.1
  13.  
  14.    - Fixed bug: delmulticast always failed due to bad testing
  15.      for multicast address match.
  16.  
  17.    - Fixed bug: readpacket was getting incorrect src and dst
  18.      addresses (A4 was pointing to prhdr instead of etherhdr).
  19.  
  20.    - Included put_multi in init_nic (need to reload multicast
  21.      bits if card is removed and re-inserted)
  22.  
  23.    - Added 4 to rx ios2_datalength in raw mode. Shapeshifter
  24.      seems to need this (why?)
  25.